dynamic statement

英 [daɪˈnæmɪk ˈsteɪtmənt] 美 [daɪˈnæmɪk ˈsteɪtmənt]

动态报表

经济



双语例句

  1. For dynamic SQL statements, authorization takes place on a per statement basis.
    对于动态SQL语句,授权针对每个语句进行。
  2. For further flexibility, dynamic SQL allows for changing this option within a plan or package by the SET CURRENT DEGREE statement, which controls the value in a special register.
    为获得更大的灵活性,动态SQL允许通过SETCURRENTDEGREE语句在一个计划或包中更改这个选项,该语句可以控制专用寄存器中的值。
  3. After we compose our SQL statement, all the other steps are the same as for any dynamic statement with parameter markers.
    在构造SQL语句之后,剩下的步骤就与其他具有参数标记的动态语句完全相同了。
  4. Enable dynamic statement caching within your database ( assuming it is supported).
    启用数据库中的动态语句高速缓存(假定它被支持)。
  5. From the performance perspective, dynamic SQL statement can be prepared once and executed multiple times, reusing the same database access plan.
    从性能的角度来看,动态SQL语句只需要准备一次就可以执行多次,可以重用相同的数据库访问计划。
  6. The activation of dynamic statement caching will vary with database and operating system.
    在不同的数据库和操作系统中,动态语句高速缓存的激活是不同的。
  7. If you use the short-term history in delta mode, you can see in the Dynamic SQL Statement view which SQL statements have been executed during a specific timeframe.
    如果以差值模式使用短期历史,就可以看到DynamicSQLStatement视图,其中包含在指定时间段内已经执行的SQL语句。
  8. A script implementing an event or dynamic value can insert the statements from a library with the import statement.
    实现事件或动态值的脚本可以使用import语句来插入库中的语句。
  9. This is feasible when the query is dynamic and already contains the value in the statement.
    这在动态且已经在语句中包含了值的查询中是可行的。
  10. In this example, the SQL statement is a dynamic statement that would allow the same attack.
    在本例中,SQL语句是允许相同攻击的动态语句。
  11. In order for a PERL program to transform a dynamic SQL statement into executable form, you need to first use the prepare method, and then bind parameters using the bind_param method.
    为了让Perl程序将动态SQL语句转换成可执行的格式,需要首先使用prepare方法,然后使用bindparam方法来绑定参数。
  12. I may have the same dynamic SQL statement in each interval, if it ran multiple times.
    如果一个动态SQL语句运行了多次,我可能在每个时间段内拥有相同的动态SQL语句。
  13. However, for applications using dynamic SQL ( e.g.most vendor applications) rebinding is not necessary since the statement will be optimized based on the statistics at run time.
    但是,对于使用动态SQL的应用程序(比如大多数供应商应用程序)而言,没必要进行重新绑定,因为语句的优化是根据统计信息在运行时进行的。
  14. This is in contrast to a dynamic SQL statement, whose syntax is not known until run-time.
    反之就是动态SQL语句,其语法直到运行时才知道。
  15. Varying-list dynamic SQL is typically used when an application builds the entire SQL statement from scratch.
    当应用程序从头开始构建整个SQL语句时,通常会用到变动列表动态SQL。
  16. For this article, I will be using a combination of fixed-list dynamic SQL and static embedded SQL ( for the UPDATE statement) to create a format-based handler.
    对于本文,我将结合使用固定列表动态SQL和静态嵌入式SQL(用于UPDATE语句)来创建一个基于格式的Handlder程序。
  17. JDBC offers two possibilities to execute a dynamic SQL statement and, therefore, provides two different interfaces
    JDBC提供了两种途径来执行动态SQL,因而也提供了两种不同的接口
  18. Dynamic SQL needs to be prepared execution by the UDB optimizer in order to create an access plan for the statement.
    动态SQL需要由UDB优化器来准备执行,目的是为这条语句创建一个访问计划。
  19. You can execute a dynamic SQL statement repeatedly using new values for the bind arguments.
    您可以执行动态SQL语句反复使用新值绑定的论点。
  20. An expression whose value is passed to the dynamic SQL statement, or a variable that stores a value returned by the dynamic SQL statement.
    体现其价值是通过的动态SQL语句或存储一个变量的值传回的动态SQL语句。
  21. Except for multi-row queries, the dynamic string can contain any SQL statement ( without the final semicolon) or any PL/ SQL block ( with the final semicolon).
    除多行查询,动态字符串可以包含任何SQL语句(不包括最后的分号)或任何PL/SQL的块(最后分号)。
  22. The Application of Dynamic SQL Statement Based on JDBC in the Mode of Browser/ Server
    JDBC的动态SQL语句在浏览器/服务器模式中的应用
  23. This system, which can carry out the daily report and the monthly report of the business data, possesses different data access methods and can display the analyzing result of the dynamic state statement quickly.
    该系统实现了营业数据日报和经营情况月报,具备多样的数据访问方式,能够以动态报表图形快速地展现分析结果。
  24. The Engineering Implement of Loop Distribution& The Method of the Dynamic Rearranging Statement Ordering
    循环分布的工程实现&语句动态调序法